home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-imx / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  334 b   |  19 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4.  
  5. # Object file lists.
  6.  
  7. obj-y            += irq.o time.o dma.o generic.o clock.o
  8.  
  9. obj-$(CONFIG_CPU_FREQ_IMX)    += cpufreq.o
  10.  
  11. # Specific board support
  12. obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o
  13.  
  14. # Support for blinky lights
  15. led-y := leds.o
  16.  
  17. obj-$(CONFIG_LEDS)    +=  $(led-y)
  18. led-$(CONFIG_ARCH_MX1ADS) += leds-mx1ads.o
  19.